Running with DatabaseBridge
If you plan to run your programs having DatabaseBridge as file index, then additional work is required.
2. Add the JDBC driver library provided by your database vendor to the project Classpath. Click on Project menu, select Properties, select Class Path from the tree. Click either the Add JARs button or the Add External JARs button, depending if the driver library is inside or outside your project, and browse for the driver library jar file.
Note - the above settings can be done anywhere in the configuration, it doesn’t matter if your program performs SET ENVIRONMENT before opening a file or if you prefer to edit the resources/iscobol.properties file.
5. The final step depends on how you generated the DatabaseBridge subroutines:
o if you generated the DatabaseBridge subroutines using the
IDE integration, edit the Run Configuration of your program and, in the
Classpath page, bind the proper database routines set:

a. edit the Run Configuration of your program,
b. switch to the Classpath page,
c. select User Entries,
d. click the Add Class Folder button and select the output/easydb directory of your project.
6. You’re now able to run your program using DatabaseBridge.